home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 111_01 / mxprint.doc < prev    next >
Text File  |  1985-08-19  |  896b  |  32 lines

  1.         Documentation For MXPRINT Program
  2.  
  3.  
  4. Page printing utility.
  5. Prints a file on the EPSON MX-100 printer with optional page numbers
  6. and file name heading at top of page.
  7.  
  8.  
  9. Command line:    pp [filename.ext] [-options]
  10.  
  11. options:    -e    print in emphasized mode.
  12.         -l    print with large characters.
  13.         -c    print in condensed mode.
  14.         -p    insert file and page number at top of page.
  15.         -n    number the lines of source.
  16.         -f    free forms. (for single sheet paper)
  17.             (this mode will prompt for form size
  18.             parameters, and pause at the end of form.)
  19.  
  20.  
  21. Example:    pp test.tst -enp
  22.  
  23.         Print the file test.tst using the emphasized print mode
  24.         number the source line and put a title line at the top of
  25.         the page with the file name and page number.
  26.  
  27.  
  28. Joe Shannon
  29. 566 Rock Rd
  30. State College, Pa 16801
  31. 814-238-0029
  32.